home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / protocol.zip / PROTO026.TXT < prev    next >
Internet Message Format  |  1992-01-26  |  2KB

  1. From:    David Dozier                           Area: Protocols
  2. To:      Lee Jackson                            23 Jan 92 20:35:42
  3. Subject: HS/Link and Max                        UpdReq 
  4.  
  5. In a message on <Jan 20 00:57>, Lee Jackson (1:382/87.4) writes:
  6.  LJ> Has anyone successfully interfaced HS/Link with Maximus 2.0?  I'm 
  7.  LJ> trying to help my bossnode set this up, and I'm not proficient 
  8.  LJ> enough with the .ctl files yet to be very useful.  He's running 
  9.  LJ> Opus v1.73, but has Max 2.0 set up as a "test system" to iron out 
  10.  LJ> the bugs.  Once he gets it running smoothly, he's probably going 
  11.  LJ> to make the full switch.  Any help would be appreciated!
  12.  LJ> Lee Jackson,Co-Moderator,FidoNet Int'l Echo SHAREWRE (1:382/87) 
  13. Protocol HS/Link
  14.           Type            Batch
  15. ;         Type            Errorlevel
  16.           Type            Bi
  17. ;         Type            Opus
  18.           LogFile         HSL%K.Log
  19.           ControlFile     HSL%K.Ctl
  20.           DownloadCmd     command.com /c rhsl HSL%K.Log %P %V @%x:HSL%K.Ctl
  21.           UploadCmd       command.com /c rhsl HSL%K.Log %P %V
  22.           DownloadString  %s
  23.           UploadString
  24.           DownloadKeyword h
  25.           UploadKeyword   H
  26.           FilenameWord    10
  27.           DescriptWord    0
  28. End Protocol
  29. RHSL.BAT:
  30. @echo off
  31. set dszlog=%1
  32. hslink -nf -nv -hx -r -k -o -a -p%2 -u%3 %4
  33. set dszlog=
  34. Just installed it my self. Got this set up from Bob Juge here in Houston and I 
  35. know it has been working for a while now.
  36.  
  37. -David Dozier
  38.  
  39.  
  40. --------------= Brought to you compliments of Plastic Tower  =---------------
  41.  
  42.